Package jeresources.profiling
Class Profiler
java.lang.Object
jeresources.profiling.Profiler
- All Implemented Interfaces:
Runnable
-
Method Summary
Modifier and TypeMethodDescriptionConcurrentMap<net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level>,jeresources.profiling.ProfiledDimensionData> getTimer()static booleaninit(net.minecraft.world.entity.Entity sender, int chunks, boolean allWorlds) voidrun()static booleanstop(net.minecraft.world.entity.Entity sender)
-
Method Details
-
run
public void run() -
getTimer
-
getBlacklist
-
getAllDimensionData
public ConcurrentMap<net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level>,jeresources.profiling.ProfiledDimensionData> getAllDimensionData() -
init
public static boolean init(net.minecraft.world.entity.Entity sender, int chunks, boolean allWorlds) -
stop
public static boolean stop(net.minecraft.world.entity.Entity sender)
-